PCA Index Dashboard Examples

PCA Index Dashboard Examples#

This script was last run at 2024-03-10 05:09:32.092590+00:00 (UTC)
In US/Central Time, this is 2024-03-09 23:09:32.092590-06:00
../_images/8e845775f955bb5d7aebdbe5927e3e4b5df69fd13de0f458fd8dea61648f6b49.png
nas = df['NASDAQ'].plot()
../_images/19910a47e1b52a14271d2a2c807fb667248ac6fb651e70f5fc3bb6a6a67ce341.png
# Simple version
fig = px.line(df['NASDAQ'])
fig.show()
../_images/8b1bd6b8ea6751755116493814491c17f2581a5dc67ce43717f59afc1963f69c.png